Schemat bigApi.v1
Typ prosty processingErrorEnum
Schemat bigApi.v1 : Typ prosty processingErrorEnum
Opis
Słownik rodzajów błędów przetwarzania (powód występienia błędu).
Enumeration of processing error types (error cause).
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Typ
Restriction of xs:string
Diagram
Typ prosty processingErrorEnum
Overview
processingErrorEnum Restriction of xs:string
Słownik rodzajów błędów przetwarzania (powód występienia błędu).
Enumeration of processing error types (error cause).
Dozwolone wartości
EnumerationtestData
Próba przekazania danych testowych do systemu zawierającego dane rzeczywiste lub danych rzeczywistych do systemu testowego
Test data submitted to production system or production data submitted to test system.
EnumerationexternalTimeout
Przekroczony dozwolony czas oczekiwania na przetworzenie żądania przez system zawnętrzny.
Timeout exceeded by external system while processing the request.
EnumerationexternalSystemUnavailable
System zewnętrzny uczestniczący w przetwarzaniu żądania jest niedostępny.
External system unavailable.
EnumerationsystemUnavailable
Niedostępność SIBIG.
SIBIG unavailable.
EnumerationinternalError
Błąd wewnętrzny SIBIG.
SIBIG internal error.
EnumerationunknownProtocol
Wskazano użycie nieznanego protokołu.
Unknown protocol indicated.
EnumerationinvalidRequest
Przesłane żądanie jest niezgodne z XSD.
Invalid request due to XSD.
Źródło
<xs:simpleType name="processingErrorEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Słownik rodzajów błędów przetwarzania (powód występienia błędu).</div>
      <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Enumeration of processing error types (error cause).</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="testData">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Próba przekazania danych testowych do systemu zawierającego dane rzeczywiste lub danych rzeczywistych do systemu testowego</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Test data submitted to production system or production data submitted to test system.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="externalTimeout">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Przekroczony dozwolony czas oczekiwania na przetworzenie żądania przez system zawnętrzny.</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Timeout exceeded by external system while processing the request.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="externalSystemUnavailable">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">System zewnętrzny uczestniczący w przetwarzaniu żądania jest niedostępny.</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">External system unavailable.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="systemUnavailable">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Niedostępność SIBIG.</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">SIBIG unavailable.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="internalError">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Błąd wewnętrzny SIBIG.</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">SIBIG internal error.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="unknownProtocol">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Wskazano użycie nieznanego protokołu.</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Unknown protocol indicated.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="invalidRequest">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Przesłane żądanie jest niezgodne z XSD.</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Invalid request due to XSD.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także
Schemat bigApi.v1